lhasa: 0.5.0 -> 0.6.0

This commit is contained in:
R. Ryantm
2026-06-18 12:31:04 +00:00
parent 746b8efb34
commit 3e4117ee6e
+2 -2
View File
@@ -6,11 +6,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lhasa";
version = "0.5.0";
version = "0.6.0";
src = fetchurl {
url = "https://soulsphere.org/projects/lhasa/lhasa-${finalAttrs.version}.tar.gz";
sha256 = "sha256-v4eFxwYJ0h62K32ueJTxOIiPiJ086Xho1QL24Tp5Kxw=";
sha256 = "sha256-mEAVQ2f3Pp2cMZb5RKEhq005jYTpIcj+j8qKkxJ0rtc=";
};
meta = {