about summary refs log tree commit diff
path: root/pkgs/applications/version-management
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-08-20 14:56:39 -0400
committerGitHub <noreply@github.com>2023-08-20 14:56:39 -0400
commit1c533da0e34ea0c12cf4b9a385c73d1ed26e2fd4 (patch)
tree75278de5136aa247253234f0c29be02b13733d77 /pkgs/applications/version-management
parent0b07d4957ee1bd7fd3bdfd12db5f361bd70175a6 (diff)
parent879c3354faa42c10c56a9c3641397086af237b94 (diff)
Merge pull request #250392 from amesgen/git-gone-1.0.0
git-gone: 0.5.0 -> 1.0.0
Diffstat (limited to 'pkgs/applications/version-management')
-rw-r--r--pkgs/applications/version-management/git-gone/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/version-management/git-gone/default.nix b/pkgs/applications/version-management/git-gone/default.nix
index fb97bf9467cfd..dc80052fe62a3 100644
--- a/pkgs/applications/version-management/git-gone/default.nix
+++ b/pkgs/applications/version-management/git-gone/default.nix
@@ -8,16 +8,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "git-gone";
-  version = "0.5.0";
+  version = "1.0.0";
 
   src = fetchFromGitHub {
     owner = "swsnr";
     repo = "git-gone";
     rev = "v${version}";
-    hash = "sha256-bb7xeLxo/qk2yKctaX1JXzru1+tGTt8DmDVH6ZaARkU=";
+    hash = "sha256-cEMFbG7L48s1SigLD/HfQ2NplGZPpO+KIgs3oV3rgQQ=";
   };
 
-  cargoHash = "sha256-tngsqAnQ2Um0UCSqBvrnpbDygF6CvL2fi0o9MVY0f4g=";
+  cargoHash = "sha256-CCPVjOWM59ELd4AyT968v6kvGdVwkMxxLZGDiJlLkzA=";
 
   nativeBuildInputs = [ installShellFiles ];