Merge pull request #306484 from ehmry/alephone

alephone: 1.7 -> 1.7.1
This commit is contained in:
Nick Cao 2024-04-25 09:49:57 -04:00 committed by GitHub
commit 1174850b92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -32,13 +32,13 @@
stdenv.mkDerivation (finalAttrs: {
outputs = [ "out" "icons" ];
pname = "alephone";
version = "1.7";
version = "1.7.1";
src = fetchurl {
url =
let date = "20231125";
let date = "20240119";
in "https://github.com/Aleph-One-Marathon/alephone/releases/download/release-${date}/AlephOne-${date}.tar.bz2";
sha256 = "sha256-qRHmtkzPi6PKeAzoMPdSbboiilG+L2fCXvXXu3vIchs=";
sha256 = "sha256-esqjhOSrqtapnS9xF/EThgn2c/vW4hTpMpecXW6BzAQ=";
};
nativeBuildInputs = [ pkg-config icoutils ];