Skip to content

Commit

Permalink
memorado: 0.3 -> 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 12, 2024
1 parent 162ee41 commit bc5a71d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/me/memorado/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@

stdenv.mkDerivation rec {
pname = "memorado";
version = "0.3";
version = "0.4";

src = fetchFromGitHub {
owner = "wbernard";
repo = "Memorado";
rev = "refs/tags/${version}";
hash = "sha256-bArcYUHSfpjYsySGZco4fmb6bKRFtG6efhzNSqUROX0=";
hash = "sha256-yWu2+VAa5FkpLs/KLI0lcNzFLGN/kiq6frtW8SHN+W4=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit bc5a71d

Please sign in to comment.