about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSascha Grunert <sgrunert@redhat.com>2023-08-28 11:47:51 +0200
committerSascha Grunert <sgrunert@redhat.com>2023-08-28 11:47:51 +0200
commitf7b5978272e32ffc7895530ed6b7e26d8c81c849 (patch)
tree82d2dc721f7f68f4d09828a061c2d932fb1d28b1
parentc9c99c053abe3c6be42d3f4d7deedd7282103567 (diff)
osc: 1.0.0b1 -> 1.3.0
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
-rw-r--r--pkgs/development/python-modules/osc/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/osc/default.nix b/pkgs/development/python-modules/osc/default.nix
index 07157162f4cd5..e6e7f7bc6ce96 100644
--- a/pkgs/development/python-modules/osc/default.nix
+++ b/pkgs/development/python-modules/osc/default.nix
@@ -4,13 +4,13 @@
 
 buildPythonPackage rec {
   pname = "osc";
-  version = "1.0.0b1";
+  version = "1.3.0";
 
   src = fetchFromGitHub {
     owner = "openSUSE";
     repo = "osc";
     rev = version;
-    sha256 = "cMltsR4Nxe0plHU5cP2Lj/qqlIqRbCXi6FXP8qx7908=";
+    sha256 = "sha256-gHcPqo3AuSrVprYUGLenC0kw9hKNmjabZ1m6YVMsNPs=";
   };
 
   buildInputs = [ bashInteractive ]; # needed for bash-completion helper
@@ -18,8 +18,8 @@ buildPythonPackage rec {
   propagatedBuildInputs = [ urllib3 cryptography ];
 
   postInstall = ''
-    install -D -m444 osc.fish $out/etc/fish/completions/osc.fish
-    install -D -m555 dist/osc.complete $out/share/bash-completion/helpers/osc-helper
+    install -D -m444 contrib/osc.fish $out/etc/fish/completions/osc.fish
+    install -D -m555 contrib/osc.complete $out/share/bash-completion/helpers/osc-helper
     mkdir -p $out/share/bash-completion/completions
     cat >>$out/share/bash-completion/completions/osc <<EOF
     test -z "\$BASH_VERSION" && return