treewide: correct version strings in dynamic packages
Some checks are pending
Checks / check (NIXPKGS_ALLOW_INSECURE=1 nix flake check --accept-flake-config --impure) (push) Waiting to run
Checks / check (nix run .#alejandra-custom -- -c . -e ./npins) (push) Waiting to run
Checks / build (push) Blocked by required conditions

This commit is contained in:
raf 2024-09-23 12:07:39 +03:00
commit 8b9dce36f2
Signed by: NotAShelf
GPG key ID: AF26552424E53993
3 changed files with 4 additions and 2 deletions

View file

@ -10,7 +10,7 @@ fuzzel.overrideAttrs (let
pin = pins.fuzzel;
in {
pname = "foot-transparent";
version = "0-${date}-unstable";
version = "0-unstable-${date}";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "dnkl";