update flake tag
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/pr/woodpecker Pipeline was successful Details

pull/6/head
Patrick Cleavelin 2023-07-31 19:24:03 -05:00
parent 3e91bdabfd
commit c1238feee2
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
outputs = { self, nixpkgs, rust-overlay, flake-utils, ... }:
flake-utils.lib.eachDefaultSystem (system:
let
tag = "0.1.4_3-alpha";
tag = "v0.1.4_4-alpha";
overlays = [ (import rust-overlay) ];
pkgs = import nixpkgs {
inherit system overlays;