summaryrefslogtreecommitdiffstats
path: root/pkgs/development/python-modules/atom/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/atom/default.nix')
-rw-r--r--pkgs/development/python-modules/atom/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/atom/default.nix b/pkgs/development/python-modules/atom/default.nix
index 88cfc818e3b9..aead82a488d0 100644
--- a/pkgs/development/python-modules/atom/default.nix
+++ b/pkgs/development/python-modules/atom/default.nix
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "atom";
- version = "0.8.0";
+ version = "0.8.1";
format = "pyproject";
src = fetchFromGitHub {
owner = "nucleic";
repo = pname;
- rev = version;
- hash = "sha256-Xby3QopKw7teShMi80RMG8YdhOOvfQb5vwOuFEUTxHQ=";
+ rev = "refs/tags/${version}";
+ hash = "sha256-odthydKmgbOXYT8YAIn5MlFfH/BD8MMkuRYaiI8OZD4=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;