powerjoular: 1.0.4 -> 1.0.5 (#357330)

This commit is contained in:
nixpkgs-merge-bot[bot]
2024-11-20 11:35:20 +00:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "powerjoular";
version = "1.0.4";
version = "1.0.5";
src = fetchFromGitHub {
owner = "joular";
repo = pname;
rev = version;
hash = "sha256-zcG/R8isL7WcwsIFovnRKZ5DCtZu4vJWOximFY9ARuE=";
hash = "sha256-rM6fV2Jw9C1LjMQ1RhV8DJQcUcyQmXtANXWAkO03O18=";
};
nativeBuildInputs = [