update to a115439
This commit is contained in:
parent
80ee77aa83
commit
f755ce9ddd
@ -10,7 +10,7 @@
|
|||||||
let
|
let
|
||||||
pkgs = import nixpkgs { system = "x86_64-linux"; };
|
pkgs = import nixpkgs { system = "x86_64-linux"; };
|
||||||
shorthash = "80e4a90"; # This is the shorthash of the appimage builder repo
|
shorthash = "80e4a90"; # This is the shorthash of the appimage builder repo
|
||||||
upstreamShorthash = "d9ddc31"; # This is the shorthash of the Chawan repo itself
|
upstreamShorthash = "a115439"; # This is the shorthash of the Chawan repo itself
|
||||||
appimagename = "Chawan-x86_64-${upstreamShorthash}.AppImage";
|
appimagename = "Chawan-x86_64-${upstreamShorthash}.AppImage";
|
||||||
exename = "cha";
|
exename = "cha";
|
||||||
in
|
in
|
||||||
@ -19,8 +19,8 @@
|
|||||||
version = "0.1+${upstreamShorthash}";
|
version = "0.1+${upstreamShorthash}";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "https://git.lerch.org/api/packages/lobo/generic/chawan-appimage/${shorthash}/${appimagename}";
|
url = "https://git.lerch.org/api/packages/lobo/generic/chawan-appimage/${upstreamShorthash}/${appimagename}";
|
||||||
hash = "sha256-YfYQqcX2SfpXorg+bM/H7cs4q/A5XW3vYTJKJVFOln4=";
|
hash = "sha256-WBs34Xuq/kHArCUoWld3FzKU04NELKZ/cmp8FknFGOE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgs.makeWrapper ];
|
nativeBuildInputs = [ pkgs.makeWrapper ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user