Skip to content

Commit

Permalink
Bump gotk4-nix again
Browse files Browse the repository at this point in the history
  • Loading branch information
diamondburned committed Sep 8, 2022
1 parent f0d0062 commit ddf9cf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ in import "${src.gotk4-nix}/${action}.nix" {
useFetched = true;
overlays = [
(import ./overlay.nix)
(import "${src.gotk4-nix}/overlay.nix")
];
};
}
4 changes: 2 additions & 2 deletions .nix/src.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ in {
gotk4-nix = systemPkgs.fetchFromGitHub {
owner = "diamondburned";
repo = "gotk4-nix";
rev = "c78a1f0b188eee16ddd31f5b174d2ca0ffa282f0";
hash = "sha256:1viisf81sspy1na5d26ybpppdpcvcnfvh2l0p2pdpcjx4mq9j52s";
rev = "38d4836aaadf1d897fbde17114ae712e9c2e0c59";
hash = "sha256:06vfb09zjvlik4c4kc85q8fpz7sysc1gwkpdkskkxskmf8s8ij7n";
};
}

0 comments on commit ddf9cf4

Please sign in to comment.