Skip to content

Commit 13003c6

Browse files
chore: bump flake version
1 parent 5babfe3 commit 13003c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

flake.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
4545
};
4646
});
4747
in rec {
48-
packages.occasion-latest = package ./. "0.2.0";
48+
packages.occasion-latest = package ./. "0.2.1";
4949
packages.occasion = package (fetch {
50-
rev = "5808d9283909eb79a18747995539edfac9eba12f";
50+
rev = "b58126b4e46f72fb9c64f45aa5b92001bcf1841f";
5151
hash = "sha256-h5uZ/vht39qPLaSlhfUp20uJgivUsKWOmQLdmj402HU=";
52-
}) "0.1.0";
52+
}) "0.2.0";
5353
packages.default = packages.occasion;
5454
})
5555
// flake-utils.lib.eachDefaultSystemPassThrough (system: {

0 commit comments

Comments
 (0)