alephone: 1.10 -> 1.10.1

This commit is contained in:
Emery Hemingway
2025-04-19 14:17:51 +00:00
committed by Emery Hemingway
parent a8ab6a03ef
commit 4d754682f7

View File

@@ -36,15 +36,15 @@ stdenv.mkDerivation (finalAttrs: {
"icons"
];
pname = "alephone";
version = "1.10";
version = "1.10.1";
src = fetchurl {
url =
let
date = "20240822";
date = "20250302";
in
"https://github.com/Aleph-One-Marathon/alephone/releases/download/release-${date}/AlephOne-${date}.tar.bz2";
hash = "sha256-Es2Uo0RIJHYeO/60XiHVLJe9Eoan8DREtAI2KGjuLaM=";
hash = "sha256-Jn8357JYR6cWISDxzYutLTWBDMTv0h923cSFf+RU8V8=";
};
nativeBuildInputs = [