Commit b21e8939 authored by Sergei Trofimovich's avatar Sergei Trofimovich
Browse files

sratom:0.6.18 -> 0.6.20

parent 61630d4a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

stdenv.mkDerivation rec {
  pname = "sratom";
  version = "0.6.18";
  version = "0.6.20";

  outputs = [
    "out"
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {

  src = fetchurl {
    url = "https://download.drobilla.net/${pname}-${version}.tar.xz";
    hash = "sha256-TGptngtNbAHMBqiEmRD+zrkuZmyzh3nGFN0kBKmTHpI=";
    hash = "sha256-OCbpGGyrxDyl41n8w9gjgGAjL1+KIJC+XcmrOQ5bZHc=";
  };

  strictDeps = true;