about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-07-02 18:35:11 -0400
committerGitHub <noreply@github.com>2023-07-02 18:35:11 -0400
commit967da009250a2915a0bcbb38758bf4a950b22800 (patch)
tree728f71ccef6c0f31844d4ceda20755aead047d68 /pkgs/os-specific
parent86f1a63a5961575fe25f29f3efd1d9e27980cd78 (diff)
parentcd2296def210411a7e42d812c030984354fb8dd7 (diff)
Merge pull request #241170 from r-ryantm/auto-update/reptyr
reptyr: 0.9.0 -> 0.10.0
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/reptyr/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/reptyr/default.nix b/pkgs/os-specific/linux/reptyr/default.nix
index 0c58ca7b3b91f..35516fdf0e69c 100644
--- a/pkgs/os-specific/linux/reptyr/default.nix
+++ b/pkgs/os-specific/linux/reptyr/default.nix
@@ -3,14 +3,14 @@
 let
   python = python3.withPackages (p: [ p.pexpect ]);
 in stdenv.mkDerivation rec {
-  version = "0.9.0";
+  version = "0.10.0";
   pname = "reptyr";
 
   src = fetchFromGitHub {
     owner = "nelhage";
     repo = "reptyr";
     rev = "reptyr-${version}";
-    sha256 = "sha256-gM3aMEqk71RWUN1NxByd21tIzp6PmJ54Cqrh5MsjHtI=";
+    sha256 = "sha256-jlO/ykrwGJkgKiPxfRQEX4TSksrbPQhkQs+QddwqaQ4=";
   };
 
   makeFlags = [ "PREFIX=" "DESTDIR=$(out)" ];