Skip to content

Commit

Permalink
making version configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
beh-10257 committed Oct 17, 2024
1 parent 0cc9f31 commit 259a63b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/nix/umu-launcher.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{pyth1 ,python3Packages , umu-launcher, pkgs, ...}:
{pyth1 ,python3Packages , umu-launcher, pkgs,version ? "1.1.3", ...}:
python3Packages.buildPythonPackage {
name = "umu-launcher";
#version = "1.1.3-${umu-launcher.shortRev}";
version = "1.1.3";
version = "${version}";
src = umu-launcher;
pyproject = false;
depsBuildBuild = [
Expand Down

0 comments on commit 259a63b

Please sign in to comment.