git-sync: unstable-2022-03-20 → unstable-2024-02-15 (#352760) (#352779)

This commit is contained in:
Emily 2024-11-03 20:05:42 +00:00 committed by GitHub
commit 8b67cf8b90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "git-sync";
version = "unstable-2022-03-20";
version = "0-unstable-2024-02-15";
src = fetchFromGitHub {
owner = "simonthum";
repo = "git-sync";
rev = "8466b77a38b3d5e8b4ed9e3cb1b635e475eeb415";
sha256 = "sha256-8rCwpmHV6wgFCLzPJOKzwN5mG8uD5KIlGFwcgQD+SK4=";
rev = "493b0155fb974b477b6ea623d6e41e13ddad8500";
hash = "sha256-hsq+kpB+akjbFKBeHMsP8ibrtygEG2Yf2QW9vFFIano=";
};
nativeBuildInputs = [ makeWrapper ];