about summary refs log tree commit diff
path: root/pkgs/applications/science/misc/nextinspace
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-07-09 07:19:07 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-07-09 07:19:07 +0000
commit58d35e01aa029ee430fbd44732265bee236f0269 (patch)
tree855a3a7d0be8a3064841399f0eda6b852523041e /pkgs/applications/science/misc/nextinspace
parent95e157f6705ce856225fa214dc0ec8720a29ff71 (diff)
nextinspace: 2.0.3 -> 2.0.5
Diffstat (limited to 'pkgs/applications/science/misc/nextinspace')
-rw-r--r--pkgs/applications/science/misc/nextinspace/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/science/misc/nextinspace/default.nix b/pkgs/applications/science/misc/nextinspace/default.nix
index fd7e581831448..8f168ab83839f 100644
--- a/pkgs/applications/science/misc/nextinspace/default.nix
+++ b/pkgs/applications/science/misc/nextinspace/default.nix
@@ -5,14 +5,14 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "nextinspace";
-  version = "2.0.3";
+  version = "2.0.5";
   format = "pyproject";
 
   src = fetchFromGitHub {
     owner = "not-stirred";
     repo = pname;
-    rev = "v${version}";
-    hash = "sha256-Macx2pQglB95Bhc939TFVCHd1qvqJsco91EXKCIQLgg=";
+    rev = "refs/tags/v${version}";
+    hash = "sha256-CrhzCvIA3YAFsWvdemvK1RLMacsM5RtgMjLeiqz5MwY=";
   };
 
   nativeBuildInputs = with python3.pkgs; [