about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2022-10-03 05:24:45 +0200
committerGitHub <noreply@github.com>2022-10-03 05:24:45 +0200
commitbe183848ce866ee9a7b9fa704a5c9d9eb33c65e1 (patch)
tree375b825d409503124fb0dbbb748825e0512bacb3 /pkgs
parentb142555481cfcc8ebb857f591e1e47583cc28106 (diff)
parentfdea7ee093d24adcc96666e4238d08ca656b213e (diff)
Merge pull request #194160 from r-ryantm/auto-update/python310Packages.pyoctoprintapi
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/pyoctoprintapi/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/pyoctoprintapi/default.nix b/pkgs/development/python-modules/pyoctoprintapi/default.nix
index a61f38ebc8c24..da3ebac2c1e23 100644
--- a/pkgs/development/python-modules/pyoctoprintapi/default.nix
+++ b/pkgs/development/python-modules/pyoctoprintapi/default.nix
@@ -12,7 +12,7 @@
 
 let
   pname = "pyoctoprintapi";
-  version = "0.1.8";
+  version = "0.1.9";
 in
 buildPythonPackage {
   inherit pname version;
@@ -21,8 +21,8 @@ buildPythonPackage {
   src = fetchFromGitHub {
     owner = "rfleming71";
     repo = pname;
-    rev = "v${version}";
-    hash = "sha256-TeMgEwKVZd0gq8J0kYsg0/v6A2BVTOE0/VmyiyrjV5c=";
+    rev = "refs/tags/v${version}";
+    hash = "sha256-kZMTHw0S12aUn/DYQuyjQa48QtiwLGYyY4gYKA5063A=";
   };
 
   propagatedBuildInputs = [