Skip to content

Commit 425b357

Browse files
committed
jupiter-fan-control: 20240523.3 -> 20260319.1
1 parent 3123e14 commit 425b357

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/jupiter-fan-control/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
stdenv.mkDerivation(finalAttrs: {
44
pname = "jupiter-fan-control";
5-
version = "20240523.3";
5+
version = "20260319.1";
66

77
src = fetchFromGitHub {
88
owner = "Jovian-Experiments";
99
repo = "jupiter-fan-control";
1010
rev = finalAttrs.version;
11-
hash = "sha256-dDNfmyatrseGlSAcH0aGgR0eSY5975LkjptTaW541Zw=";
11+
hash = "sha256-IRSXs0/zB/stftgAyPkLqGMexi+nftJOHtGEgltvRTw=";
1212
};
1313

1414
buildInputs = [

0 commit comments

Comments
 (0)