Skip to content

Commit

Permalink
cano: 0-unstable-2024-31-3 -> 0.1.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigmanificient committed May 18, 2024
1 parent 3866e05 commit 6a8e27a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ca/cano/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
name = "cano";
version = "0-unstable-2024-31-3";
version = "0.1.0-alpha";

src = fetchFromGitHub {
owner = "CobbCoding1";
repo = "Cano";
rev = "6b3488545b4180f20a7fa892fb0ee719e9298ddc";
hash = "sha256-qFo0szZVGLUf7c7KdEIofcieWZqtM6kQE6D8afrZ+RU=";
rev = "v${finalAttrs.version}";
hash = "sha256-BKbBDN7xZwlNzw7UFgX+PD9UXbr9FtELo+PlbfSHyRY=";
};

buildInputs = [ gnumake ncurses ];
Expand Down

0 comments on commit 6a8e27a

Please sign in to comment.