powerjoular: 1.0.4 -> 1.0.5

This commit is contained in:
R. Ryantm 2024-11-19 16:36:20 +00:00
parent 23e89b7da8
commit f985759592

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 = [