Commit bfcc539b authored by R. RyanTM's avatar R. RyanTM
Browse files

partio: 1.19.0 -> 1.20.0

parent e7c3209d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "partio";
  version = "1.19.0";
  version = "1.20.0";

  src = fetchFromGitHub {
    owner = "wdas";
    repo = "partio";
    tag = "v${finalAttrs.version}";
    hash = "sha256-p3mpxP0slHIQ75UtNAr5PcSOaSt9UyGR/MyOZ2GoXdU=";
    hash = "sha256-uzMp3jj0HUB6vOjc/uvvT4Bmi6xp0qz4OYPG+bmlgaM=";
  };

  outputs = [