update version to e0392e2 (0.2 series)

This commit is contained in:
Emil Lerch 2025-06-18 14:43:42 -07:00
parent d4cfde972c
commit 974100f81d
Signed by: lobo
GPG key ID: A7B62D657EF764F8
2 changed files with 4 additions and 4 deletions

View file

@ -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 ];

2
result
View file

@ -1 +1 @@
/nix/store/bvs8ad1g5y03aq9wmk710p3yj809pa3q-cha-0.1+10a38a9
/nix/store/av9nsm6fcj86phayqj9r6a1qr6p4yvj0-cha-0.2+e0392e2