update some nix sources

This commit is contained in:
LordMZTE 2024-07-16 23:00:14 +02:00
parent ff4ef82eab
commit c9fea1c134
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6
2 changed files with 4 additions and 4 deletions

View file

@ -37,8 +37,8 @@ let
src = pkgs.fetchFromGitHub {
owner = "HaxeFoundation";
repo = "hxnodejs";
rev = "504066dc1ba5ad543afa5f6c3ea019f06136a82b";
hash = "sha256-/QTwm7oKdPnTYFMaEZ6q3FwqBBu++rcf0SbaKJ6KjuA=";
rev = "c9450595b2337587bcdaeacf159019531925f25d";
hash = "sha256-hwxzewlWF0IAEDACB4R6ELKcOxzF/2CcdBoPP3leijk=";
};
};
}

View file

@ -13,8 +13,8 @@ in
nsxiv-pipe = prev.stdenvNoCC.mkDerivation {
name = "nsxiv-pipe";
src = prev.fetchurl {
url = "https://codeberg.org/nsxiv/nsxiv-extra/raw/commit/7cdf1a8dba145f2aaf5734b3d084b1d56bea6554/scripts/nsxiv-pipe/nsxiv-pipe";
hash = "sha256-fphucoQzR5gWG78xr68AkclMDF6l9BsgVOVQzjK6vrU=";
url = "https://codeberg.org/nsxiv/nsxiv-extra/raw/commit/f7d1efe3495949e2e88fdfef37aed5a40400acea/scripts/nsxiv-pipe/nsxiv-pipe";
sha256 = "sha256-q651YZlot/lEKyIqVBvvXWUTsdpUbIvg9BGH0dZ77u8=";
};
dontUnpack = true;