Skip to content

Commit

Permalink
dwmbar: use "0-unstable-DATE" format for version field (#349089)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrumplex authored Oct 29, 2024
2 parents 2f1fcc9 + d4e617a commit 7d851c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/misc/dwmbar/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

stdenv.mkDerivation {
pname = "dwmbar";
version = "unstable-2021-12-22";
version = "0-unstable-2021-12-22";

src = fetchFromGitHub {
owner = "thytom";
Expand Down

0 comments on commit 7d851c0

Please sign in to comment.