powerjoular: 0.7.3 -> 1.0.0

This commit is contained in:
R. Ryantm
2024-06-26 17:04:28 +00:00
parent a6fc4a2bf6
commit f4c6ac3b3c
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "powerjoular";
version = "0.7.3";
version = "1.0.0";
src = fetchFromGitHub {
owner = "joular";
repo = pname;
rev = version;
hash = "sha256-UjoGY1C58xhINmji7R63wqkWK9yCeXa0wwosnIcfYdA=";
hash = "sha256-3YKoxZTh9ScudAtsE4CJUbcallm7/vvxIdXwaOZt2hA=";
};
nativeBuildInputs = [