Skip to content

Commit 8384357

Browse files
authored
Version 0.13.6 (#2389)
## Summary 1. Bump flake version to 0.13.6 2. Update nixpkgs ## How was it tested? `nix build .`
1 parent 2f38449 commit 8384357

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
let
1212
pkgs = nixpkgs.legacyPackages.${system};
1313

14-
lastTag = "0.13.5";
14+
lastTag = "0.13.6";
1515

1616
revision = if (self ? shortRev)
1717
then "${self.shortRev}"

0 commit comments

Comments
 (0)