Skip to content

Commit 4411a29

Browse files
committed
xsct: 2.1 -> 2.2
1 parent 5af80ac commit 4411a29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/xs/xsct/package.nix

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

99
stdenv.mkDerivation (finalAttrs: {
1010
pname = "xsct";
11-
version = "2.1";
11+
version = "2.2";
1212

1313
src = fetchFromGitHub {
1414
owner = "faf0";
1515
repo = "sct";
1616
rev = finalAttrs.version;
17-
hash = "sha256-VT92NRz4Te5+8NmpEm1PFXfsL2CoVT+b91/KD9sCg0Q=";
17+
hash = "sha256-PDkbZTtl14wYdfALv43SIU9MKhbfiYlRqkI1mFn1qa4=";
1818
};
1919

2020
buildInputs = [

0 commit comments

Comments
 (0)