Skip to content

Commit

Permalink
Merge pull request #301955 from Sigmanificient/cano-alpha
Browse files Browse the repository at this point in the history
cano: 0-unstable-2024-31-3 -> 0.1.0-alpha
  • Loading branch information
Aleksanaa authored May 24, 2024
2 parents f99d061 + 6a8e27a commit 6f1c0c2
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 6f1c0c2

Please sign in to comment.