mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
ricochet-refresh: 3.0.33 -> 3.0.34 (#412549)
This commit is contained in:
commit
f61465b142
1 changed files with 2 additions and 2 deletions
|
@ -11,14 +11,14 @@
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "ricochet-refresh";
|
pname = "ricochet-refresh";
|
||||||
version = "3.0.33";
|
version = "3.0.34";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "blueprint-freespeech";
|
owner = "blueprint-freespeech";
|
||||||
repo = "ricochet-refresh";
|
repo = "ricochet-refresh";
|
||||||
rev = "v${finalAttrs.version}-release";
|
rev = "v${finalAttrs.version}-release";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
hash = "sha256-KI2C0+S2CKTqaHKL94aS/znGTrnrHjkKCij14BwZMIo=";
|
hash = "sha256-/IT3K3PL2fNl4P7xzItVnI8xJx5MmKxhw3ZEX9rN7j4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = "${finalAttrs.src.name}/src";
|
sourceRoot = "${finalAttrs.src.name}/src";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue