alda: 2.3.1 -> 2.3.2

alda: update hash
This commit is contained in:
Guy Chronister
2025-06-01 15:23:09 +00:00
parent 005efa5c0c
commit b93e36d2a5
+2 -2
View File
@@ -10,12 +10,12 @@
}:
let
pname = "alda";
version = "2.3.1";
version = "2.3.2";
src = fetchFromGitHub {
owner = "alda-lang";
repo = "alda";
tag = "release-${version}";
hash = "sha256-//VfegK8wkGKSpvtsNTEQqbVJkcucNiamoNIXaEBLb8=";
hash = "sha256-qOEYBWU9xL62MyLSsJ0wtNea2eRhd/3ZT27j3gmNzQI=";
};
license = lib.licenses.epl20;