naproche: unstable-2024-01-18 -> unstable-2024-05-19

This commit is contained in:
Jan van Brügge
2024-07-06 18:39:04 +01:00
parent 0f9b02a8ab
commit 12e9433747
2 changed files with 3 additions and 5 deletions
@@ -2,13 +2,13 @@
with haskellPackages; mkDerivation {
pname = "Naproche-SAD";
version = "unstable-2024-01-18";
version = "unstable-2024-05-19";
src = fetchFromGitHub {
owner = "naproche";
repo = "naproche";
rev = "bb3dbcbd2173e3334bc5bdcd04c07c6836a11387";
hash = "sha256-DWcowUjy8/VBuhqvDYlVINHssF4KhuzT0L+m1YwUxoE=";
rev = "ccb35e6eeb31c82bdd8857d5f84deda296ed53ec";
hash = "sha256-pIRKjbSFP1q8ldMZXm0WSP0FJqy/lQslNQcoed/y9W0=";
};
isExecutable = true;
-2
View File
@@ -5857,8 +5857,6 @@ with pkgs;
mrkd = callPackage ../tools/text/mrkd { };
naproche = callPackage ../applications/science/logic/naproche { };
nautilus-open-any-terminal = callPackage ../tools/misc/nautilus-open-any-terminal { };
n2n = callPackage ../tools/networking/n2n { };