notes-up: 1.6.3 -> 2.0.0
Changelog: https://github.com/Philip-Scott/Notes-up/compare/1.6.3..2.0.0 https://github.com/Philip-Scott/Notes-up/releases/tag/2.0.0
This commit is contained in:
parent
c6a8b56e0f
commit
ba25c931a3
@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "notes-up";
|
pname = "notes-up";
|
||||||
version = "1.6.3";
|
version = "2.0.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Philip-Scott";
|
owner = "Philip-Scott";
|
||||||
repo = "Notes-up";
|
repo = "Notes-up";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "06fzdb823kkami0jch9ccblsvw3x7zd1d4xz8fv3giscl3f36x4q";
|
sha256 = "16bb9ffsg2csps1cb636rff5vc6f1yyhg65g3y5b4wf2hlbmzgql";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user