xsct: 2.1 -> 2.2

This commit is contained in:
R. Ryantm 2024-01-26 22:41:36 +00:00
parent 5af80acc9a
commit 4411a29705

@ -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 = [