diff options
| author | EuAndreh <eu@euandre.org> | 2021-01-22 13:40:53 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-01-22 13:40:53 -0300 |
| commit | 6c55370d24304a09dfdc607c6ebd04f059969cb6 (patch) | |
| tree | 6004ec28aeecdcc3aa0eee22c43217a5ee0a4b50 | |
| parent | assert-todos.sh (diff) | |
| download | dotfiles-6c55370d24304a09dfdc607c6ebd04f059969cb6.tar.gz dotfiles-6c55370d24304a09dfdc607c6ebd04f059969cb6.tar.xz | |
Update remembering address
| -rw-r--r-- | nixos/not-on-nixpkgs/remembering.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/not-on-nixpkgs/remembering.nix b/nixos/not-on-nixpkgs/remembering.nix index acb0dffd..3179e7f4 100644 --- a/nixos/not-on-nixpkgs/remembering.nix +++ b/nixos/not-on-nixpkgs/remembering.nix @@ -6,8 +6,8 @@ stdenv.mkDerivation rec { src = fetchurl { url = - "https://git.euandreh.xyz/${pname}/snapshot/${pname}-${version}.tar.gz"; - sha256 = "0ahkppxzx8xwxb4lnq13vjr7sxyhxj0z4idwyj9gi49hjckwrxwq"; + "https://git.euandreh.xyz/${pname}/snapshot/${pname}-v${version}.tar.gz"; + sha256 = "1jhsgb83i2bxg579pwg77n91mr3lx6czi3vwgb3qvqph7134rrr1"; }; makeFlags = [ "PREFIX=$(out)" ]; |
