Skip to content

Commit

Permalink
git-sync: unstable-2022-03-20 → unstable-2024-02-15 (#352760)
Browse files Browse the repository at this point in the history
  • Loading branch information
RedEtherbloom committed Nov 1, 2024
1 parent d428295 commit 9d9d717
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/version-management/git-sync/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 9d9d717

Please sign in to comment.