apparency: 2.2 -> 2.3 (#441395)

This commit is contained in:
dish
2025-09-19 17:07:39 +00:00
committed by GitHub
+3 -3
View File
@@ -6,17 +6,17 @@
}:
let
snapshot = "20250105225747";
snapshot = "20250820092243";
in
stdenv.mkDerivation {
pname = "apparency";
version = "2.2";
version = "2.3";
src = fetchurl {
# Use externally archived download URL because
# upstream does not provide stable URLs for versioned releases
url = "https://web.archive.org/web/${snapshot}/https://www.mothersruin.com/software/downloads/Apparency.dmg";
hash = "sha256-nktNbyJOXDydQPwb43Uq3nQv65XcwrqZTKu5OCcLyfU=";
hash = "sha256-QaP7Ll5ZK0QVHPFzDPmV8rd0XmY3Ie0VPBDXJEDMECU=";
};
nativeBuildInputs = [ undmg ];