naproche: 2022-10-24 -> unstable-2023-07-11

This commit is contained in:
Jan van Brügge 2023-07-14 16:13:54 +01:00
parent f7f62b2c4d
commit b910a66c61
No known key found for this signature in database
GPG key ID: 88E0BF7B7A546481

View file

@ -2,13 +2,13 @@
with haskellPackages; mkDerivation {
pname = "Naproche-SAD";
version = "2022-10-24";
version = "unstable-2023-07-11";
src = fetchFromGitHub {
owner = "naproche";
repo = "naproche";
rev = "c8c4ca2d5fdb92bf17e0e54c99bd2a9691255d80";
sha256 = "0xvh6kkl5k5ygp2nrbq3k0snvzczbmcp1yrwdkah3fzhf9i3yykx";
rev = "4c399d49a86987369bec6e1ac5ae3739cd6db0a8";
sha256 = "sha256-Ji6yxbDEcwuYAzIZwK5sHNltK1WBFBfpyoEtoID/U4k=";
};
isExecutable = true;