We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3123e14 commit 425b357Copy full SHA for 425b357
pkgs/jupiter-fan-control/default.nix
@@ -2,13 +2,13 @@
2
3
stdenv.mkDerivation(finalAttrs: {
4
pname = "jupiter-fan-control";
5
- version = "20240523.3";
+ version = "20260319.1";
6
7
src = fetchFromGitHub {
8
owner = "Jovian-Experiments";
9
repo = "jupiter-fan-control";
10
rev = finalAttrs.version;
11
- hash = "sha256-dDNfmyatrseGlSAcH0aGgR0eSY5975LkjptTaW541Zw=";
+ hash = "sha256-IRSXs0/zB/stftgAyPkLqGMexi+nftJOHtGEgltvRTw=";
12
};
13
14
buildInputs = [
0 commit comments