Skip to content

Commit 261778f

Browse files
authored
partio: 1.19.0 -> 1.20.0 (NixOS#459770)
2 parents 8c82ddc + bfcc539 commit 261778f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/pa/partio/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717

1818
stdenv.mkDerivation (finalAttrs: {
1919
pname = "partio";
20-
version = "1.19.0";
20+
version = "1.20.0";
2121

2222
src = fetchFromGitHub {
2323
owner = "wdas";
2424
repo = "partio";
2525
tag = "v${finalAttrs.version}";
26-
hash = "sha256-p3mpxP0slHIQ75UtNAr5PcSOaSt9UyGR/MyOZ2GoXdU=";
26+
hash = "sha256-uzMp3jj0HUB6vOjc/uvvT4Bmi6xp0qz4OYPG+bmlgaM=";
2727
};
2828

2929
outputs = [

0 commit comments

Comments
 (0)