about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2024-04-17 17:12:52 +0200
committerGitHub <noreply@github.com>2024-04-17 17:12:52 +0200
commitcf8b28aedf4de06414318f6c9fd61265c37e0b38 (patch)
treecf0cde69d828a68bf10200c5617e7436db37ef76
parentd47bb8f8f31c24911d2634d1db33ccdb7e69109a (diff)
parent4f683916db67d7ce882bd79109d275dbb2463f61 (diff)
Merge pull request #304429 from r-ryantm/auto-update/samply
samply: 0.11.0 -> 0.12.0
-rw-r--r--pkgs/development/tools/misc/samply/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/misc/samply/default.nix b/pkgs/development/tools/misc/samply/default.nix
index 9109de3617796..44f711066be6a 100644
--- a/pkgs/development/tools/misc/samply/default.nix
+++ b/pkgs/development/tools/misc/samply/default.nix
@@ -9,14 +9,14 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "samply";
-  version = "0.11.0";
+  version = "0.12.0";
 
   src = fetchCrate {
     inherit pname version;
-    hash = "sha256-V0uAS7Oo7wv0yU5CgqqYhltwM5PXJ3GP/TLVZV2GkkI=";
+    hash = "sha256-7bf1lDIZGhRpvnn8rHNwzH2GBY8CwtYCjuRAUTQgbsA=";
   };
 
-  cargoHash = "sha256-jsuICNVY3noZi/+mgVj9uUu53z+5bW9Vi5CBKcHOqSI=";
+  cargoHash = "sha256-QGvtKx+l6+UxdlziHnF63geAvW55RRlatK2/J8LR0Ck=";
 
   # the dependencies linux-perf-data and linux-perf-event-reader contains both README.md and Readme.md,
   # which causes a hash mismatch on systems with a case-insensitive filesystem