We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c806f3 + 7e2fcdc commit 9232598Copy full SHA for 9232598
pkgs/by-name/nb/nbdkit/package.nix
@@ -20,11 +20,11 @@
20
21
stdenv.mkDerivation (finalAttrs: {
22
pname = "nbdkit";
23
- version = "1.40.4";
+ version = "1.42.0";
24
25
src = fetchurl {
26
url = "https://download.libguestfs.org/nbdkit/${lib.versions.majorMinor finalAttrs.version}-stable/nbdkit-${finalAttrs.version}.tar.gz";
27
- hash = "sha256-hGoc34F7eAvHjdQHxcquNJhpwpL5CLfv2DBZKVmpcpw=";
+ hash = "sha256-m5IzOExW2otMTVEBp989W4mN9Fx529p3MoGKw0GPSJo=";
28
};
29
30
prePatch = ''
0 commit comments