Skip to content

Commit

Permalink
updated package version in nix flake
Browse files Browse the repository at this point in the history
  • Loading branch information
Mast3rwaf1z committed Apr 10, 2024
1 parent 5e8face commit 30d99da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
name = "Backend";
pname = "Backend";
src = pkgs.fetchgit {
rev = "6fe8a6c";
rev = "5e8face";
url = "https://github.com/cs-24-sw-8-11/Backend";
hash = "sha256-lxewBXvm1jCP6lYFtGL57CIknYvEXD+8N0Ktfk4Mgcc=";
hash = "sha256-/ta8ZseNghLOOKIa4oX0QyxWK/NcNc7s7alNRkddtDI=";
fetchSubmodules = true;
};
nativeBuildInputs = [ pkgs.cmake pkgs.gcc ];
Expand Down

0 comments on commit 30d99da

Please sign in to comment.