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: d105fbc8c98f
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0d62914bcd4c
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 8, 2020

  1. olive-editor 0.1.1 -> 0.1.2

    raboof committed Apr 8, 2020

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    deepfire Kosyrev Serge
    Copy the full SHA
    f0d12bf View commit details

Commits on Apr 9, 2020

  1. Merge pull request #84727 from raboof/update-olive-editor-to-0.1.2

    olive-editor 0.1.1 -> 0.1.2
    aanderse authored Apr 9, 2020
    Copy the full SHA
    0d62914 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/video/olive-editor/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/video/olive-editor/default.nix
Original file line number Diff line number Diff line change
@@ -4,13 +4,13 @@

mkDerivation rec {
pname = "olive-editor";
version = "0.1.1";
version = "0.1.2";

src = fetchFromGitHub {
owner = "olive-editor";
repo = "olive";
rev = version;
sha256 = "15q4qwf5rc3adssywl72jrhkpqk55ihpd5h5wf07baw0s47vv5kq";
sha256 = "151g6jwhipgbq4llwib92sq23p1s9hm6avr7j4qq3bvykzrm8z1a";
};

nativeBuildInputs = [