sratom:0.6.18 -> 0.6.20

Changes: https://drobilla.net/2025/11/12/sratom-0-6-20.html
This commit is contained in:
Sergei Trofimovich
2025-11-12 21:53:11 +00:00
parent 61630d4ab5
commit b21e8939d3
+2 -2
View File
@@ -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;