Skip to content

Commit

Permalink
pv: 1.9.15 -> 1.9.25 (#368515)
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz authored Dec 27, 2024
2 parents 496ac9f + 56083f0 commit ec49f73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/pv/pv/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

stdenv.mkDerivation (finalAttrs: {
pname = "pv";
version = "1.9.15";
version = "1.9.25";

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

meta = {
Expand Down

0 comments on commit ec49f73

Please sign in to comment.