asleap: 0-unstable-2020-11-28 -> 0-unstable-2021-06-20

This commit is contained in:
thesn10
2025-12-14 14:33:42 +01:00
parent 1a3f1857d7
commit d418fe0083
+7 -5
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation {
pname = "asleap";
version = "0-unstable-2020-11-28";
version = "0-unstable-2021-06-20";
src = fetchFromGitHub {
owner = "joswr1ght";
owner = "zackw";
repo = "asleap";
rev = "254acabba34cb44608c9d2dcf7a147553d3d5ba3";
hash = "sha256-MQjPup3EX7DCXY/zyroTj/+U2GIq12+VQQJD0gru7C8=";
rev = "eb3bd42098cba42b65f499c9d8c73d890861b94f";
hash = "sha256-S6jS0cg9tHSfmP6VHyISkXJxczhPx3HDdxT46c+YmE8=";
};
buildInputs = [
@@ -34,7 +34,9 @@ stdenv.mkDerivation {
runHook postInstall
'';
passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };
passthru.updateScript = nix-update-script {
extraArgs = [ "--version=branch=zack/no-external-crypto" ];
};
meta = {
homepage = "https://github.com/zackw/asleap";