We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dba9da8 commit c6f03b6Copy full SHA for c6f03b6
pkgs/by-name/s7/s7/package.nix
@@ -19,14 +19,14 @@
19
20
stdenv.mkDerivation (finalAttrs: {
21
pname = "s7";
22
- version = "11.2-unstable-2024-12-10";
+ version = "11.2-unstable-2024-12-19";
23
24
src = fetchFromGitLab {
25
domain = "cm-gitlab.stanford.edu";
26
owner = "bil";
27
repo = "s7";
28
- rev = "9228fbb69835a8b414cba028d56ee7ddf4479e14";
29
- hash = "sha256-qvkkRc3UivsAAu9b48K+6dpl91MDnTsU/zyN4hfKUCo=";
+ rev = "a5515d455f5aca49d5275a5a35ac88935f3ad401";
+ hash = "sha256-Ik3edzpO9hIhJBZHyzL/CsTVKGbDdGVfE9pNrBeSjp8=";
30
};
31
32
buildInputs = [
0 commit comments