Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3f0fee752d6f
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a0b86e3b64b2
Choose a head ref
  • 4 commits
  • 1 file changed
  • 1 contributor

Commits on Dec 5, 2019

  1. vnote: 2.7.2 -> 2.8

    dtzWill committed Dec 5, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    dtzWill Will Dietz
    Copy the full SHA
    8d81287 View commit details

Commits on Jan 7, 2020

  1. vnote: 2.8 -> 2.8.1

    dtzWill committed Jan 7, 2020

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    dtzWill Will Dietz
    Copy the full SHA
    ee73c91 View commit details
  2. vnote: 2.8.1 -> 2.8.2

    dtzWill committed Jan 7, 2020

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    dtzWill Will Dietz
    Copy the full SHA
    77db935 View commit details

Commits on Jan 8, 2020

  1. Merge pull request #75022 from dtzWill/update/vnote-2.8

    vnote: 2.7.2 -> 2.8.2
    dtzWill authored Jan 8, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    a0b86e3 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/office/vnote/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/office/vnote/default.nix
Original file line number Diff line number Diff line change
@@ -3,15 +3,15 @@
let
description = "A note-taking application that knows programmers and Markdown better";
in mkDerivation rec {
version = "2.7.2";
version = "2.8.2";
pname = "vnote";

src = fetchFromGitHub {
owner = "tamlok";
repo = "vnote";
fetchSubmodules = true;
rev = "v${version}";
sha256 = "0mk1ingcyznpwq4bfkxa8nx9yx5y3kgsmr4qffriq7bh1cx9dwjy";
sha256 = "18qffq5c2plr5rjb5lafhdz1v5kbbb2wiyacgdhh3xni3khni52l";
};

nativeBuildInputs = [ qmake ];