1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 19:51:17 +00:00

powerjoular: 1.0.0 -> 1.0.1

This commit is contained in:
R. Ryantm 2024-07-04 17:17:54 +00:00
parent 381a94c16d
commit bcb82e33ad

View file

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