Skip to content

Commit

Permalink
prod: updated nix flake for 0.31.2.241127
Browse files Browse the repository at this point in the history
  • Loading branch information
rhornig committed Nov 27, 2024
1 parent 1257975 commit 3d06869
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
let
pkgs = import nixpkgs { inherit system; };
pname = "opp_env";
version = "0.31.1.241031"; # Latest released version. Must be updated regularly.
version = "0.31.2.241127"; # Latest released version. Must be updated regularly.
githash = self.shortRev or "dirty";
timestamp = nixpkgs.lib.substring 0 8 self.lastModifiedDate;
gversion = "${githash}.${timestamp}";
Expand All @@ -21,7 +21,7 @@
inherit pname version;
src = pkgs.python3Packages.fetchPypi {
inherit pname version;
hash = "sha256-VoucL+9Btde42XZn7oVefKMxU4c1fWBJNgejMRlsKDo=";
hash = "sha256-IzXZN0jA0xgKQWj/e3IJxpByHSbsJ5riXu+w0QcujAg=";
};
};

Expand Down

0 comments on commit 3d06869

Please sign in to comment.