summary refs log tree commit diff
path: root/pkgs/tools/misc/ripdrag
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-08-07 10:09:41 -0400
committerfigsoda <figsoda@pm.me>2023-08-07 10:09:41 -0400
commit019c7deea6df6da5f5166d909a4b2cf0e5d36641 (patch)
tree1c439d9a93437286809d913464b136ebfd472b19 /pkgs/tools/misc/ripdrag
parenta4e6a339a96b967ad6c7903e7381704ab843b1c1 (diff)
downloadnixpkgs-019c7deea6df6da5f5166d909a4b2cf0e5d36641.tar
nixpkgs-019c7deea6df6da5f5166d909a4b2cf0e5d36641.tar.gz
nixpkgs-019c7deea6df6da5f5166d909a4b2cf0e5d36641.tar.bz2
nixpkgs-019c7deea6df6da5f5166d909a4b2cf0e5d36641.tar.lz
nixpkgs-019c7deea6df6da5f5166d909a4b2cf0e5d36641.tar.xz
nixpkgs-019c7deea6df6da5f5166d909a4b2cf0e5d36641.tar.zst
nixpkgs-019c7deea6df6da5f5166d909a4b2cf0e5d36641.zip
ripdrag: 0.3.2 -> 0.4.0
Diff: https://diff.rs/ripdrag/0.3.2/0.4.0
Diffstat (limited to 'pkgs/tools/misc/ripdrag')
-rw-r--r--pkgs/tools/misc/ripdrag/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/ripdrag/default.nix b/pkgs/tools/misc/ripdrag/default.nix
index 9e89b57f0e4..b80e9f974d4 100644
--- a/pkgs/tools/misc/ripdrag/default.nix
+++ b/pkgs/tools/misc/ripdrag/default.nix
@@ -2,14 +2,14 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "ripdrag";
-  version = "0.3.2";
+  version = "0.4.0";
 
   src = fetchCrate {
     inherit pname version;
-    hash = "sha256-vxAAAFLTIfLqYD7E/nwsHgFLhzMRF7DspIaWqAMZcXk=";
+    hash = "sha256-9VGvwMovJb1IIpwf+1FxcxnPcmPl+59jfQC6365E95s=";
   };
 
-  cargoHash = "sha256-6GKLBnG1p6iaFvnEQgfNlGpZwEG93tI256DCMLuJjOU=";
+  cargoHash = "sha256-kxT0wJodPiHXX/bsvrlPbyfUbxPBgmv68a8I5pKOwEg=";
 
   nativeBuildInputs = [ pkg-config wrapGAppsHook4 ];