Merge pull request #327243 from r-ryantm/auto-update/powerjoular

powerjoular: 1.0.1 -> 1.0.4
This commit is contained in:
Julien Malka 2024-08-09 15:41:47 +02:00 committed by GitHub
commit d6037c7090
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "powerjoular";
version = "1.0.1";
version = "1.0.4";
src = fetchFromGitHub {
owner = "joular";
repo = pname;
rev = version;
hash = "sha256-1XNXe5EZHB1kK2C5oyRt4TzfjZivW9DOEvS1MxJHC8E=";
hash = "sha256-zcG/R8isL7WcwsIFovnRKZ5DCtZu4vJWOximFY9ARuE=";
};
nativeBuildInputs = [