upgrade chawan to 10a38a9
This commit is contained in:
parent
f755ce9ddd
commit
d4cfde972c
2 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
|||
let
|
||||
pkgs = import nixpkgs { system = "x86_64-linux"; };
|
||||
shorthash = "80e4a90"; # This is the shorthash of the appimage builder repo
|
||||
upstreamShorthash = "a115439"; # This is the shorthash of the Chawan repo itself
|
||||
upstreamShorthash = "10a38a9"; # This is the shorthash of the Chawan repo itself
|
||||
appimagename = "Chawan-x86_64-${upstreamShorthash}.AppImage";
|
||||
exename = "cha";
|
||||
in
|
||||
|
@ -20,7 +20,7 @@
|
|||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://git.lerch.org/api/packages/lobo/generic/chawan-appimage/${upstreamShorthash}/${appimagename}";
|
||||
hash = "sha256-WBs34Xuq/kHArCUoWld3FzKU04NELKZ/cmp8FknFGOE=";
|
||||
hash = "sha256-jfj64hQ2C32SMXWIuzogFKo7fRvT2teP/ptTIlA+lO0=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgs.makeWrapper ];
|
||||
|
|
2
result
2
result
|
@ -1 +1 @@
|
|||
/nix/store/pk1d8qm86hydwrypp9s2y5fxv65wk263-cha-0.1+a115439
|
||||
/nix/store/bvs8ad1g5y03aq9wmk710p3yj809pa3q-cha-0.1+10a38a9
|
Loading…
Add table
Reference in a new issue