From 974100f81d4377a9265d3ab6bf0f3d2c4b4f7e4d Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Wed, 18 Jun 2025 14:43:42 -0700 Subject: [PATCH] update version to e0392e2 (0.2 series) --- flake.nix | 6 +++--- result | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index b74f2ae..fcf5abf 100644 --- a/flake.nix +++ b/flake.nix @@ -10,17 +10,17 @@ let pkgs = import nixpkgs { system = "x86_64-linux"; }; shorthash = "80e4a90"; # This is the shorthash of the appimage builder repo - upstreamShorthash = "10a38a9"; # This is the shorthash of the Chawan repo itself + upstreamShorthash = "e0392e2"; # This is the shorthash of the Chawan repo itself appimagename = "Chawan-x86_64-${upstreamShorthash}.AppImage"; exename = "cha"; in pkgs.stdenv.mkDerivation { pname = "cha"; - version = "0.1+${upstreamShorthash}"; + version = "0.2+${upstreamShorthash}"; src = pkgs.fetchurl { url = "https://git.lerch.org/api/packages/lobo/generic/chawan-appimage/${upstreamShorthash}/${appimagename}"; - hash = "sha256-jfj64hQ2C32SMXWIuzogFKo7fRvT2teP/ptTIlA+lO0="; + hash = "sha256-d7pj/quoQacRbR1T97ivlvJVqpeXVllOf6hWva6kkqI="; }; nativeBuildInputs = [ pkgs.makeWrapper ]; diff --git a/result b/result index 1d5b4d9..9dad4a1 120000 --- a/result +++ b/result @@ -1 +1 @@ -/nix/store/bvs8ad1g5y03aq9wmk710p3yj809pa3q-cha-0.1+10a38a9 \ No newline at end of file +/nix/store/av9nsm6fcj86phayqj9r6a1qr6p4yvj0-cha-0.2+e0392e2 \ No newline at end of file