about summary refs log tree commit diff
path: root/pkgs/development/libraries/libsystemtap
diff options
context:
space:
mode:
authorArmeen Mahdian <mahdianarmeen@gmail.com>2022-04-21 14:47:06 -0500
committerArmeen Mahdian <mahdianarmeen@gmail.com>2022-04-21 14:47:06 -0500
commitf17ccd671f9c8d32bfe34d9bed9c5c366a9f939a (patch)
tree829514fdb2872039f1646b9745b149334ad105c6 /pkgs/development/libraries/libsystemtap
parent187764481b2bb6ce7ee825b497d4c91095622a17 (diff)
libsystemtap: 3.2 -> 4.6
Diffstat (limited to 'pkgs/development/libraries/libsystemtap')
-rw-r--r--pkgs/development/libraries/libsystemtap/default.nix15
1 files changed, 9 insertions, 6 deletions
diff --git a/pkgs/development/libraries/libsystemtap/default.nix b/pkgs/development/libraries/libsystemtap/default.nix
index 17ac533732f9f..3525d057b97af 100644
--- a/pkgs/development/libraries/libsystemtap/default.nix
+++ b/pkgs/development/libraries/libsystemtap/default.nix
@@ -1,19 +1,22 @@
-{lib, stdenv, fetchgit, gettext, python2, elfutils}:
+{ lib, stdenv, fetchgit
+, gettext
+, python3
+, elfutils
+}:
 
 stdenv.mkDerivation {
   pname = "libsystemtap";
-  version = "3.2";
+  version = "4.6";
 
   src = fetchgit {
     url = "git://sourceware.org/git/systemtap.git";
-    rev = "4051c70c9318c837981384cbb23f3e9eb1bd0892";
-    sha256 = "0sd8n3j3rishks3gyqj2jyqhps7hmlfjyz8i0w8v98cczhhh04rq";
-    fetchSubmodules = false;
+    rev = "release-4.6";
+    hash = "sha256-z7OUy0VGxK39aYCWFfvJnWk34Je0R+51kK5pGh7TzXM=";
   };
 
   dontBuild = true;
 
-  nativeBuildInputs = [ gettext python2 elfutils ];
+  nativeBuildInputs = [ gettext python3 elfutils ];
 
   installPhase = ''
     mkdir -p $out/include