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

convmv: 2.05 -> 2.06

parent 64210906
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "convmv";
  version = "2.05";
  version = "2.06";

  outputs = [
    "out"
@@ -16,7 +16,7 @@ stdenv.mkDerivation (finalAttrs: {

  src = fetchzip {
    url = "https://www.j3e.de/linux/convmv/convmv-${finalAttrs.version}.tar.gz";
    hash = "sha256-ts9xAPRGUoS0XBRTmpb+BlGW1hmGyUs+rQLyUEgiZ54=";
    hash = "sha256-36UPh+eZBT/J2rkvOcHeqkVKSl4yO9GJp/BxWGDrgGU=";
  };

  strictDeps = true;