fix version
This commit is contained in:
parent
0f0687cad7
commit
b01e2661c7
1 changed files with 3 additions and 1 deletions
|
|
@ -1,8 +1,10 @@
|
||||||
{ lib, stdenv, fetchurl, ... }:
|
{ lib, stdenv, fetchurl, ... }:
|
||||||
|
let
|
||||||
|
version = "7.0.0";
|
||||||
|
in
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "strongbox";
|
name = "strongbox";
|
||||||
version = "7.0.0";
|
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/ogri-la/strongbox/releases/download/${version}/strongbox";
|
url = "https://github.com/ogri-la/strongbox/releases/download/${version}/strongbox";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue