Merge pull request #284128 from r-ryantm/auto-update/xsct

xsct: 2.1 -> 2.2
This commit is contained in:
Cosima Neidahl 2024-01-27 10:45:34 +01:00 committed by GitHub
commit ee3ad915fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xsct";
version = "2.1";
version = "2.2";
src = fetchFromGitHub {
owner = "faf0";
repo = "sct";
rev = finalAttrs.version;
hash = "sha256-VT92NRz4Te5+8NmpEm1PFXfsL2CoVT+b91/KD9sCg0Q=";
hash = "sha256-PDkbZTtl14wYdfALv43SIU9MKhbfiYlRqkI1mFn1qa4=";
};
buildInputs = [