Skip to content

Commit ec49f73

Browse files
authored
pv: 1.9.15 -> 1.9.25 (#368515)
2 parents 496ac9f + 56083f0 commit ec49f73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/pv/pv/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
stdenv.mkDerivation (finalAttrs: {
88
pname = "pv";
9-
version = "1.9.15";
9+
version = "1.9.25";
1010

1111
src = fetchurl {
1212
url = "https://www.ivarch.com/programs/sources/pv-${finalAttrs.version}.tar.gz";
13-
hash = "sha256-4rF1ZKueuh7Cyq4oWWDL82O0QB3/2hkaYKC+/mjhfaw=";
13+
hash = "sha256-FiSVqrscuEIYbLIkmV49X2Cp9SeknMvYISODzHK3w2w=";
1414
};
1515

1616
meta = {

0 commit comments

Comments
 (0)