mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
alephone: 1.10 -> 1.10.1
This commit is contained in:
committed by
Emery Hemingway
parent
a8ab6a03ef
commit
4d754682f7
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user