about summary refs log tree commit diff
path: root/pkgs/by-name/al
diff options
context:
space:
mode:
authorEmery Hemingway <ehmry@posteo.net>2024-05-12 21:50:50 +0000
committerGitHub <noreply@github.com>2024-05-12 21:50:50 +0000
commit375146c3a176eeaba66f1107e528ff5e6919cf38 (patch)
tree1e5f698b71b59c34c702f10a60ffd00482b93078 /pkgs/by-name/al
parent0aebbee388ebd1cada18a718b2fee02b7e675c48 (diff)
alephone: 1.7.1 -> 1.8 (#310862)
Diffstat (limited to 'pkgs/by-name/al')
-rw-r--r--pkgs/by-name/al/alephone/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/al/alephone/package.nix b/pkgs/by-name/al/alephone/package.nix
index 0e4979d4393e8..bbb56681e87a1 100644
--- a/pkgs/by-name/al/alephone/package.nix
+++ b/pkgs/by-name/al/alephone/package.nix
@@ -32,13 +32,13 @@
 stdenv.mkDerivation (finalAttrs: {
   outputs = [ "out" "icons" ];
   pname = "alephone";
-  version = "1.7.1";
+  version = "1.8";
 
   src = fetchurl {
     url =
-      let date = "20240119";
+      let date = "20240510";
       in "https://github.com/Aleph-One-Marathon/alephone/releases/download/release-${date}/AlephOne-${date}.tar.bz2";
-    sha256 = "sha256-esqjhOSrqtapnS9xF/EThgn2c/vW4hTpMpecXW6BzAQ=";
+    sha256 = "sha256-3+3lTAVOxTTs13uuVsmq4CKmdNkQv+lY7YV1HkIwvDs=";
   };
 
   nativeBuildInputs = [ pkg-config icoutils ];